home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
FromTheMag
/
Syn Text Editor 2.1.0.46
/
synsetup-2.1.0.46.exe
/
{app}
/
syn.exe
/
0
/
RCDATA
/
TJOINLINESDIALOG
/
TJOINLINESDIALOG.txt
Wrap
Text File
|
2004-02-29
|
2KB
|
102 lines
object JoinLinesDialog: TJoinLinesDialog
Left = 320
Top = 173
BorderStyle = bsDialog
Caption = 'Join Lines'
ClientHeight = 78
ClientWidth = 283
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 149
Height = 13
Caption = '&Delimiter (leave blank for none):'
FocusControl = cboDelimiter
end
object btnOK: TCorelButton
Left = 200
Top = 8
Width = 75
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 3
OnClick = btnOKClick
end
object btnCancel: TCorelButton
Left = 200
Top = 40
Width = 75
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object cboDelimiter: TComboBox
Left = 8
Top = 24
Width = 155
Height = 21
ItemHeight = 13
TabOrder = 0
end
object btnControlChars: TCorelButton
Left = 168
Top = 24
Width = 17
Height = 21
Hint = 'Escape sequences'
Caption = '>'
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = btnControlCharsClick
end
object chkEscapeSequ: TCheckBox
Left = 8
Top = 56
Width = 177
Height = 17
Caption = '&Use Escape sequences'
TabOrder = 2
end
object popControlChars: TPopupMenu
Left = 160
Top = 48
object Backslash1: TMenuItem
Caption = 'Backslash'
OnClick = Backslash1Click
end
object NewLine1: TMenuItem
Caption = 'New Line'
OnClick = Backslash1Click
end
object Tabulator1: TMenuItem
Caption = 'Tabulator'
OnClick = Backslash1Click
end
object Linefeed1: TMenuItem
Caption = 'Line feed'
OnClick = Backslash1Click
end
object Carriagereturn1: TMenuItem
Caption = 'Carriage return'
OnClick = Backslash1Click
end
end
end